minibuffer-completion-help: Fix regression when END < EOB
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 11 Apr 2024 17:33:16 +0000 (20:33 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Thu, 11 Apr 2024 17:33:16 +0000 (20:33 +0300)
commit0284b296f2ee469e0edeba8bd043b4a813cfd977
treec7dca6665f5956402385c205ee76760e67cf73a2
parentaf57516ed8991ea6238f1ec4907f9ce751cadb27
minibuffer-completion-help: Fix regression when END < EOB

Which can happen with in-buffer completion (though this scenario
is preffed off by default).

* lisp/minibuffer.el (minibuffer-completion-help): Include the
buffer contents after END into BASE-SUFFIX (bug#48356).
lisp/minibuffer.el